home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / os20 / wb / tm_tools.readme < prev    next >
Text File  |  1992-11-02  |  2KB  |  50 lines

  1. short: some tiny utilities for ToolManager 2.0
  2.  
  3. tm_tools
  4. --------
  5. I eventually got around to installing ToolManager on my system. ToolManager
  6. is an excellent program-launching environment by Stefan Becker.
  7.  
  8. The tools included are:
  9.  
  10.     GAsk        a graphical 'ask' for use from scripts
  11.     InsertKey    inserts a keystroke into the input stream
  12.     IconKill    deletes an icon using DeleteDiskObj
  13.     Kill.script    shell-script to delete files
  14.  
  15. GAsk was written primarily for a Delete icon, to confirm deletion. It may
  16. be useful elsewhere. Usage is GAsk <prompt>; quotes are not required around
  17. the prompt. e.g. 'GAsk Really delete file?'
  18.  
  19. InsertKey was written so that clicking a dock icon would open another dock.
  20. I'm sure Stefan will in a future version include a 'docks opening docks'
  21. option, but for now, InsertKey fills a gap. Usage is InsertKey <key> where
  22. key is a standard (commodities-style) key description. For example, I have
  23. the hotkey 'lcommand 1' set to bring up a specialised dock. In my main dock
  24. I have an Exec object with (CLI) command 'InsertKey lcommand 1', so that I
  25. can bring up the other dock without recourse to the keyboard.
  26.  
  27. IconKill is a small program to delete icons. It IS NOT written by me, but
  28. is Copyright © 1991 by Jarto Tarpio, and was taken from the AppServer
  29. package. I've included it as it's used in my Kill.script. See IconKill.doc
  30. for more details. 
  31.  
  32. Finally, Kill.script is a small Shell script attached to a dock-icon so
  33. that any files/directories dropped over it are deleted. It can only take
  34. one file/directory at a time, because a file containing a space would be
  35. interpreted as two files, and in the worst-case scenario, these files could
  36. actually exist and be wiped unintentionally.
  37.  
  38. These programs (except IconKill) are placed in the public domain; they have
  39. no warranties attached whatsoever (especially Kill.script). Use them at
  40. your own risk.
  41.  
  42. To compile the C programs you need Lattice 5.10 (or above?). Just 'execute'
  43. them to get them compiled.
  44.  
  45. You have been listening to...
  46.  
  47.     Martin Scott    email: mws@castle.ed.ac.uk
  48.  
  49.  
  50.